/* ========================================== *
/* BASIC FORMATTING */
/* ========================================== */
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	background-color: #dbdbdb;
	padding-bottom: 10px;
}
body a {
	color: #00a4ff;
	text-decoration: none;
}
body a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 130%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
h2 {
	font-size: 110%;
	color: #000000;
	font-weight: bold;
	margin: 0px;
}
h3 {
	font-size: 100%;
	color: #60899f;
	font-weight: bold;
	margin: 0px;
}
.maintable {
	width: 760px;
	margin: 0 auto;
	padding: 0px;
	font-size: 0.7em;
	line-height: 1.5em;
	background-color: #FFFFFF;
}
/* ========================================== *
	TOP BAR
/* ========================================== */
#toolbar {
	height: 20px;
	background-color: #dbdbdb;
	font-size: 90%;
	text-align: left;
	background-image: url(/media/Media,316,en.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
	margin: 0px;
}
#toolbar a {
	color: #000000;
	text-decoration: none;
}
#toolbar a:hover {
	text-decoration: underline;
}
#topbar {
	background-color: #60899f;
	height: 96px;
	background-image: url(/media/Media,297,en.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFFFFF;
	font-size: 90%;
	text-align: left;
	padding: 0px;
	margin-bottom: 0px;
}
#logo {
	float: left;
}

/* ========================================== *
	NAV BAR
/* ========================================== */
#mainnav {
	background-color: #ccedff;
	height: 26px;
	width: 100%;
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/media/Media,312,en.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 1px;
}
#mainnav-tools {
	float: left;
	padding-left: 20px;
	font-size: 90%;
	font-weight: normal;
	color: #60899f;
	margin-top: 4px;
}
#mainnav-tools a {
	color: #60899f
}
#search {
	width: 190px;
	float: right;
	height: 26px;
	padding-right: 16px;
	background-image: url(/media/Media,313,en.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: inline;
}
#searchinner {
	display: inline;
	width: 150px;
	height: 26px;
	float: left;
}
#searchtext {
	font-weight: bold;
	width: 49px;
	height: 20px;
	color: #000000;
	display: inline;
	float: left;
	margin-top: 3px;
}
#searchfield {
	width: 100px;
	height: 16px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	display: inline;
	float: left;
}
#gobutton {
	width: 25px;
	height: 26px;
	display: inline;
	float: right;
}

#gobutton a {
	border: 0;
}
/* ========================================== *
	COLUMN ONE
/* ========================================== */
#col1 {
	width: 20px;
	text-align: left;
	vertical-align: top;
	padding-top: 16px;
	padding-bottom: 20px;
}

ul.nav {
	color: #000000;
	background-color: #e8eef1;
	width: 166px;
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: top;
	display: block;
	margin: 0 20px;
	padding-left: 0px;
/*	line-height: 23px;*/
	border: 1px solid #a9c4d1;
	list-style: none;
}
ul.nav li a{
	color: #000000;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
ul.nav li a:hover{
	color: #000000;
	text-decoration: underline;
}
ul.nav li {
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.side-image {
	width: 164px;
	height: 108px;
	background-color: #e8eef1;
	border: 1px solid #a9c4d1;
	padding: 1px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
}
.currentsection {
	padding-top: 3px;
	padding-bottom: 3px;
}
ul.multilevel-linkul-0 {
	background-color: #f4f7f8;
	list-style: none;
	text-align: left;
	margin-left: -7px;
	padding-left: 0px;
}
ul.multilevel-linkul-0 li {
    background:url(/media/Media,295,en.gif) no-repeat 0px 9px;
	font-weight: bold;
	margin-left: 10px;
	display: block;
}
ul.multilevel-linkul-0 li .currentsection{
	padding:0 0 0 2px;
	display: block;
}
ul.multilevel-linkul-0 li a {
	display: block;
	padding:0 0 0 2px;
}
ul.multilevel-linkul-1 {
	background-color: #FFFFFF;
	margin-left: -17px;
	padding-left: 3px;
	list-style: none;
}
ul.multilevel-linkul-1 li {
    background:url(/media/Media,296,en.gif) no-repeat 0px 9px;
	font-weight: normal;
	margin-left: 20px;
	padding-left: 18px;
	display: block;
}
ul.multilevel-linkul-1 li .currentsection{
	padding:0;
	display: block;
}
ul.multilevel-linkul-1 li a {
	color: #4f7183;
	padding-left: 0px;
}

/* ========================================== *
	COLUMN TWO
/* ========================================== */
#col2 {
	width: 530px;
	text-align: left;
	vertical-align: top;
	padding-top: 16px;
	padding-bottom: 20px;
}
.breadcrumbs {
	font-size: 90%;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 16px;
}
#centre {
	width: 530px;
	background: url(/media/Media,756,en.gif) repeat-x 0 0;
	padding-bottom: 5px;
	display: block;
	float: left;
}
#centre-inner {
	width: 520px;
	background: url(/media/Media,756,en.gif) repeat-x 0 0;
	padding: 10px;
	display: block;
	float: left;
}
.welcome-text {
	padding-top: 10px;
	padding-left: 14px;
	width: 320px;
	display: block;
	clear: both;
}
.images-welcome {
	float: left;
}
.images-welcome img {
	border: 1px solid #a9c4d1;
	padding: 1px;
/*	margin-right: 8px;*/
/*	margin-bottom: 40px;*/
}
.welcome-text .text {
	display: block;
	float: left;
	padding-left: 8px;
	width: 77%;
}
.profile-text {
	width: 320px;
	font-size: 90%;
	margin-bottom:20px;
}
.news-title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #017cd5;
	background-color: #00a4ff;
	height: 20px;
	width: 344px;
	background-image: url(/media/Media,305,en.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.newscontainer {

	background-color: #e8eef1;
	border-bottom: 2px solid #a9c4d1;
	border-right: 1px solid #a9c4d1;
	border-left: 2px solid #a9c4d1;
	display: block;
	clear: both;
	float: left;
}
.newscontainer .newsfeatures {
	width: 148px;
	margin-bottom: 0px;
	margin-left: -2px;
	display: block;
	float: left;
	padding:4px 10px 8px 10px;
	border-right: 1px solid #a9c4d1;
	border-left: 2px solid #a9c4d1;
	border-top: 2px solid #a9c4d1;
}
.newscontainer .newsfeatures a {
	color: #000000;
	text-decoration: none;
}
.newscontainer .newsfeatures a:hover {
	color: #00a4ff;
	text-decoration: underline;
}
.images-profile {
	border: 1px solid #a9c4d1;
	padding: 1px;
	float: left;
	margin-right: 8px;
	margin-bottom: 0px;
}
.news-images img {
	border: 1px solid #a9c4d1;
	background-color: #ffffff;
	padding: 1px;
	display: block;
	margin-bottom: 3px;
}
.inner-text1 {
	width: 95%;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 10px; 
	text-align: left;
}
.title-bar1 {
	width: 344px;
	height: 39px;
	background-image: url(/media/Media,314,en.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.title-bar2 {
	width: 344px;
	height: 20px;
	background-color: #3ec045;
	border-bottom: 1px solid #35a23b;
	background-image: url(/media/Media,304,en.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.title-text {
	margin-left: 15px;
	padding-top: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.highlight-box {
	width: 344px;
	background-color: #d8f2d9;
	background-image: url(/media/Media,303,en.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	padding-bottom: 10px;

}
/* ========================================== *
	COLUMN THREE
/* ========================================== */
#col3 {
	width: 208px;
	text-align: left;
	vertical-align: top;
	padding-top: 16px;
	padding-bottom: 20px;
}
.rightbox-title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #017cd5;
	background-color: #00a4ff;
	padding-bottom: 4px;
	padding-top: 2px;
	width: 168px;
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(/media/Media,305,en.gif);
	background-repeat: no-repeat;
	background-position: right top;
	
}
.rightbox {
	background-color: #ccedff;
	background-image: url(/media/Media,300,en.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 168px;
	padding-top: 5px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 1px;
	text-align: center;
}
.rightbox a {
	color: #000000
}


/* ========================================== *
	BASE BAR / FOOTER
/* ========================================== */
#basebar {
	padding-bottom: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	text-align: left;
	text-indent: 20px;
}
#footer {
	color: #60899f;
	text-align: left;
	text-indent: 20px;
	font-size: 90%;
	padding-top: 8px;
	padding-bottom: 5px;
}
#footer a {
	color: #60899f;
	text-decoration: none;
}
#footer a:hover {
	color: #00a4ff;
	text-decoration: underline;
}
/* ========================================== *
	GENERIC FORMAT CLASSES
/* ========================================== */

.breadcrumbs a {
	color: #000000;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.interiors {
	padding-right: 12px;
	padding-left: 12px;
	text-align: left;
}
.interiors ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.interiors li{
	list-style-type: none;
	padding: 0px;
	line-height: 1.6em;
}
.titles {
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 10px;
	display: block;
}
.green {
	color: #018a09
}
.imgbdr img {
	border:none;
}

.twocoloums {
	width:200px;
	height:160px;
	margin:0 15px 10px 0;
	float:left;
}

.councilimg {
	float:left; 
	margin-right:10px;
}

.twocolums-bigger {
		width:240px;
		margin-right:10px;
		height:280px;
		float:left;
}

.twocolums-inner {
	width:155px;
	float:left;
	margin-left:5px;
}

.press-relh2 {
	display:inline;
	margin:0;
}

.inline {
	display:inline;
}

.press-relab {
	margin-bottom:10px;
}

.left {
	padding-right:10px;
	float:left;
}

.right {
	padding-left:10px;
	float:right;
}

/* ========================================== *

	ONLINE FORMS 
	Added 16th of April 2007
	
	Jimmy O'Brien

/* ========================================== */

form 
{
	 margin-bottom: 1em; 
}

.FormSection 
{
	background-color:#EEEEEE;
	border-bottom:1px solid #AAA;
	padding:10px; 
	width:400px;
}
.ProgressBar 
{
	background-color: #FFFFCC;
	border-bottom:2px solid #FFF;
	padding:10px 10px 10px 10px;
	width:350px;
}

html.ProgressBar
{
	 background-color:#F3F3F3;
	 border-bottom:1px solid #CCC;
	 padding:10px;
	 width:350px;
}

.FormRow 
{
	 width:400px;
	 float:left;
	 clear:left;
}
.FormRowFirst 
{
	 width:400px;
	 float:left;
	 clear:left;
	 padding-top: 10px;
}

.FormLabel 
{
	 float:left;
	 width:100px;
	 height:30px;
	 text-align:left;
	 margin-right:10px;
	 font-weight: bold;
}

.FloatLeft
{
	float:right;
	width:250px;
	height:30px;
}

.FormLabeltip 
{
	
	font-size: smaller;
}

.radiocheckstyle 
{ 
	clear:both;
	float:left;
	position: relative;
	top: -1.25em;
	display: inline;
	width: 240px;
	margin: 0 0 0 150px;
	font-weight: bold;
	font-weight: normal;
}

#marginForm fieldset.radiocheck 
{ 
	margin: 0 0 0 0;
	border: 0 solid #FFFFFF; 
	padding: 0; 
}

#marginForm input.submit { clear: both; top: 0; }

#marginForm fieldset.radiocheck legend
{
	 float: left;
	 font-weight: bold;
	 width: 130px;
	 text-align:right;
	 color:#000000; 
}

#marginForm fieldset
{
	 display: block;
	 width: auto;
	 margin: 0 0 1em 0;
	 padding: 0em 10px 1em 10px;
	 border: 1px solid #FFFFFF; 
}

#marginForm legend
{ 
	font-weight: bold;
	color:#000000; 
}

#marginForm label.first
{ 
	margin-top: 1em; 
}

.clearer
{
	 clear: both;
	 height: 1px; 
}

#progress
{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0; 
}

#progress li 
{
	 display: inline;
	 margin-right: 0em;
	 padding-right: 0em; 
}

#progress li.last
{
	border: none; 
}

#progress li.on a 
{ 
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

span.required
{ 
	color:#cc0000;
}
